home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / Tools & Goodies / IntlTest / Sources / IntlRes.k < prev    next >
Encoding:
Text File  |  1996-09-12  |  629 b   |  23 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                IntlRes.k
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:            (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef INTLRES_K
  11. #define INTLRES_K
  12.  
  13.  
  14. // Defines copied from Script.h
  15. #define smJapanese 1
  16. #define langJapanese 11
  17.  
  18. // In order to change the constants in FW_RStringData, we have to subclass it like this:
  19. type RJStringData : FW_RStringData (ScriptCode = smJapanese, LanguageCode = langJapanese)
  20. {
  21. };
  22.  
  23. #endif